ICloneable

Ecng.Common

Defines a method that creates a new object that is a deep copy of the current instance.

实现: ICloneable

方法

Clone
public T Clone()
result = iCloneable.Clone()

Creates a new object that is a deep copy of the current instance.

返回值: A new object that is a deep copy of this instance.